From: Jim Blandy Date: Thu, 25 Mar 1993 03:51:38 +0000 (+0000) Subject: * Makefile.in (C_SWITCH_SYSTEM): New variable. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96698 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c6b81ef2ee869853b21445af2d75a9568385f593;p=emacs.git * Makefile.in (C_SWITCH_SYSTEM): New variable. (CFLAGS): Include C_SWITCH_SYSTEM in the flags to pass to the compiler. --- diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 09e98064afc..73a80f281c1 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -16,6 +16,7 @@ SHELL = /bin/sh CC=cc CONFIG_CFLAGS=-g +C_SWITCH_SYSTEM= LOADLIBES= version=version-not-set configname=configuration-name-not-set @@ -99,7 +100,7 @@ SOURCES = COPYING ChangeLog Makefile.in README aixcc.lex emacs.csh \ ### Some other files - those shared with other GNU utilities - need ### HAVE_CONFIG_H #defined before they know they can take advantage of ### the information in ../src/config.h. -CFLAGS=${CONFIG_CFLAGS} -Demacs -DHAVE_CONFIG_H -I../src +CFLAGS=${CONFIG_CFLAGS} ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H -I../src all: ${EXECUTABLES}